IT Computer Studies

HTML

HyperText Markup Language, HTML is a Language which structure the Webpage.

CSS

Cascading Style Sheet, CSS is a Language Which Design and Style the Webpage.


Power Of CSS

CSS is Very Powerfull , it has ability to change the how the Webpage is Look Like !!

CSS

How to Write CSS

There are 3 way to Write CSS

  1. Inline CSS
  2. Internal CSS
  3. External CSS

Internal CSS

We can Write our code in This Tag

<style>


</style>